libxenlight: implement pause and unpause
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 26 Nov 2009 14:49:40 +0000 (14:49 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 26 Nov 2009 14:49:40 +0000 (14:49 +0000)
commitb549d6e6e3505b11fae273613d73a3ad9bae38dd
tree124cca2b1e47d28b614a7151261a018c6559574d
parentc3517d3d2afad222d634108e60be21355f7718a6
libxenlight: implement pause and unpause

this patch adds domain pause and unpause commands to xl, implementing
them using the already exiting functions libxl_domain_pause and
libxl_domain_unpause.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/xl.c